home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
4364
/
4364.xpi
/
chrome
/
elemhidehelper.jar
/
skin
/
classic
/
composer.css
next >
Wrap
Cascading Style Sheet File
|
2009-07-01
|
2KB
|
68 lines
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is Adblock Plus Element Hiding Helper.
*
* The Initial Developer of the Original Code is
* Wladimir Palant.
* Portions created by the Initial Developer are Copyright (C) 2006-2009
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
scrollbox
{
overflow: auto;
}
dialog:not([advancedMode=true]) #nodes-tree,
dialog:not([advancedMode=true]) #nodes-tree-splitter
{
display: none;
}
treechildren::-moz-tree-cell-text(anchor)
{
font-weight: bold;
}
treechildren::-moz-tree-row(anchor, selected-false)
{
background-color: #FFC0C0;
}
attribute
{
-moz-binding: url(chrome://elemhidehelper/content/attribute.xml#attributeBasic);
padding: 5px;
}
attribute vbox
{
border: 1px solid transparent;
}
attribute[selected="true"] vbox
{
border: 1px dotted ThreeDDarkShadow;
}
dialog[advancedMode=true] attribute:not([notextbox])
{
-moz-binding: url(chrome://elemhidehelper/content/attribute.xml#attributeAdvanced);
}
dialog[advancedMode=true] attribute:not([notextbox]) .checkbox-label-box
{
display: none;
}